home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / system-config-printer.postinst < prev    next >
Encoding:
Text File  |  2010-09-28  |  372 b   |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_pysupport
  6. if which update-python-modules >/dev/null 2>&1; then
  7.     update-python-modules  system-config-printer.private
  8. fi
  9. # End automatically added section
  10.  
  11.  
  12. # Remove old configuration file
  13. if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl "1.0.0-1"; then
  14.     rm -f /etc/xdg/autostart/redhat-print-applet.desktop
  15. fi
  16.  
  17.